1bashThis demonstrates using wildcard characters and command-line options with the cp command.wildcard="*.txt" options="iv" cp -$options $wildcard /tmpexternal toolscpwildcard usage